package com.tdd;

import java.math.BigDecimal;

public class HpStack {

	public BigDecimal peek() {
		return null;
	}

}
